@charset "utf-8";
/* CSS Document */

/* 移动端全局控制reset */
body,div,ol,ul,h1,h2,h3,h4,h5,h6,p,th,td,dl,dd,form,iframe,input,textarea,select,label,article,aside,footer,header,menu,nav,section,time,audio,video { margin:0; padding:0; }
article,aside,footer,header,hgroup,nav,section,audio,canvas,video { display: block; }
body { font-size: 100%;  font-family:"Microsoft Yahei", "Verdana", "Arial", "sans-serif","Helvetica","STHeiti","Droid Sans Fallback"; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; -webkit-tap-highlight-color:rgba(0,0,0,0); background-color: #fff; }
textarea { resize: none; }
iframe,img { border:0; }
ul,ol { list-style:none; }
input, select, textarea { outline: 0; -webkit-user-modify: read-write-plaintext-only; }
/* input { -webkit-appearance: none; } */
a { text-decoration: none; color: #666; }
a:hover { text-decoration: underline; color: #405ca3; }

/* 清理浮动 */
.clearfix { clear: both; zoom: 1; }
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }

/* 全局浮动 */
.fl { float: left; }
.fr { float: right; }

/* 拖选文字样式 20160628 */
::selection { background: #405ca3; color: #fff; }
::-moz-selection { background: #405ca3; color: #fff; }

.wrapper { width: 1140px; margin: 0 auto; }
.container{ padding: 0 40px;}

.imgbox{
    transition: transform ease .3s 0s;
    -moz-transition: transform ease .3s 0s;
    -webkit-transition: transform ease .3s 0s;
	display:block;
	width:100%;
}

.bgtable{ line-height:2; border-collapse: collapse; border-spacing:0;}
.bgtable td{ border:1px solid #ccc; padding:0 20px;}

#top{}
.topbar{ font-size:12px; color:#666; height:40px; line-height:40px; border-bottom:1px solid #eee;}
.topbar a{ color:#333;}
.topbar .en{ background:url(../images/usa.jpg) no-repeat left center; padding-left:24px; margin-left:5px;}

.c3{ color:#333;}
.split{ color: #ccc; padding: 0 5px;}

.header .logo{ float:left; padding:30px 0;}
.header .logo img{ width:270px;}

/*顶部搜索框*/
.seabox {
    float: right;
    height: 36px;
    box-sizing: border-box;
    margin: 19.5px 0;
    border: 1px solid #ddd;
    border-radius: 4px;
    width: 210px;
}
.seabox form{ height:36px; line-height:36px;}
.seainp {
    float: left;
    width: 70%;
    border: 0;
    box-sizing: border-box;
    line-height: 100%;
    height: 100%;
    padding-left: 36px;
    background: url(../images/saeb.png) no-repeat 16px center;
    font-size: 12px;
    background-size: auto 14px;
}
.seabtn {
    float: right;
    width: 30%;
    background: #eee;
    color: #333;
    font-size: 12px;
    height: 100%;
    border: 0;
    cursor: pointer;
    font-weight: bold;
}

/*导航条*/
.a_m{ display:none; float:right; margin-top:20px;}
.nav{
	width: 45%;
    margin: 0 auto;
    padding-top: 14px;
	padding-left:30px;
}
.nav ul{ font-size:14px; text-transform:uppercase; text-align:center;}
.nav ul .nLi{ float:left; position:relative; margin-left:1px; padding:18px 13px;}
.nav ul .nLi a{ color:#666;}
.nav ul .nLi a:hover{ color: rgb(4, 159, 216); text-decoration: underline;}
.nav ul .nLi .sub{ display:none; width:200px; position:absolute; background:#049fd8; z-index:50; top:50px;}
.nav ul .nLi .sub li{ display:block; width:100%; margin:0 !important;}
.nav ul .nLi .sub li a{
    display: block;
    width: 100%;
    height: auto !important;
    line-height: 1.3 !important;
    position: relative;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 11px 15px;
    font-size: 12px;
    text-align: left;
    text-transform: none;    
    border-left: none;
    border-right: none;
    letter-spacing: 0;
    color: #fff;
    cursor: pointer;
}
.nav ul .nLi .sub li a:hover{
	color: #d3f2ff;
    text-decoration: none;
    animation-duration: 2s;
    animation-timing-function: linear;
}


/*banner*/
.bannerslide .swiper-slide { background-position: center; background-size: cover; position: relative; height: 606px; }
.bannerslide .swiper-slide a { position: absolute; left: 0; top: 0; right: 0; bottom: 0; display: block; text-decoration: none; text-align: center; color: #fff; }
.bannerslide .swiper-slide a .con { margin-top: 52px; }
.bannerslide .swiper-slide a .con .tit { line-height: 48px; font-size: 40px; font-weight: 400; margin-bottom: 20px; }
.bannerslide .swiper-slide a .con .txt { line-height: 24px; font-size: 14px; font-weight: 400px; }
.paginationw { position: absolute; left: 0; text-align: center; bottom: 10px !important; width: 100%; z-index: 9; }
.swiper-pagination-bullet { background: #fff; }
.swiper-pagination-bullet-active { background: #ea0000; }
.bannerslide .swiper-button-prev { background: url(../images/arrows.png) no-repeat left top; position: absolute; left: 10px; top: 50%; margin-top: -15px; width: 17px; height: 30px; }
.bannerslide .swiper-button-next { background: url(../images/arrows.png) no-repeat right bottom; position: absolute; right: 10px; top: 50%; margin-top: -15px; width: 17px; height: 30px; }


/*首页标题*/
.bigtitle{ text-align:center; padding-bottom:50px;}
.bigtitle h3{
    font-size: 22px;
    line-height: 140%;
    color: #5d6a76;
    font-weight: bold;
	padding:10px 0;
}
.bigtitle .text{ font-size:14px; line-height:160%; color:#666; margin-top:10px; margin-bottom:30px;}
.nn_menu{ padding:4px 0;}
.nn_menu a{ border:#CCC 1px solid; padding:9px 20px; font-size:14px; line-height:160%; display:inline-block;}
.nn_menu a.first{ background:#009cdd; padding:10px 20px; color:#FFF; border:none;}

.homebox{ padding-top:60px; padding-bottom:50px;}
.homebox1{ padding:70px 0;}

/*首页生产能力*/
.abi_p1{ position:relative; z-index:999;}
.abi_p1 .abi_p2{ position:absolute; top:40px; left:50px;}
.abi_p1 .abi_p2 span{ font-size:14px; text-transform:uppercase; line-height:180%; letter-spacing:1px; color:#FFF;}
.abi_p1 .abi_p2 h2{ font-size:22px; line-height:180%; letter-spacing:2px; color:#FFF;}
.abi_p1 .abi_p2 p{ font-size:14px; line-height:140%; letter-spacing:0px; color:#63d9ff; display:block; margin-top:10px;}
.abi_box .abibox1{ float:left; margin-right:12px; overflow:hidden; width: 49.474%;}
.abi_box .abibox{ margin-bottom:12px; overflow:hidden;}
.abi_box .abibox:last-child{ margin-bottom:0;}
.abi_box .abibox img{ height:217px;}
.abi_box .abibox:hover img,.abi_box .abibox1:hover img{ transform: scale(1.05);}


/*首页研发实力*/
.homebackground{ height:480px; position:relative;}
.homebackground .bg01 .bg_box{ padding:0 100px; position:absolute; top:38%;}
.homebackground .bg01{ float:left; width:50%; background:url(../images/wo.jpg) no-repeat top left; background-size:cover; height:480px;}
.homebackground .bg01 h3{ font-size:20px; display:block; margin-bottom:20px; color:#FFF; line-height:160%; font-weight:bold;}
.homebackground .bg02{ float:right; width:50%; background:url(../images/zbg1.jpg); height:480px; text-align:right; color:#fff;}
.homebackground .bg02 .bg_box{ padding:0 100px; position:relative; top:27%;}
.homebackground .bg02 h3{ font-size:22px; margin-bottom:30px;}
.homebackground .bg02 p{ font-size:14px; margin-bottom:20px; font-weight:normal; line-height:180%;}
.homebackground .bg02 .more{ display:block; font-size:14px; margin-bottom:20px; margin-top:40px; line-height:200%;}
.homebackground .bg02 .more a{ color:#fff; border:#FFF 1px solid; padding:10px 20px;}

/*首页产品展示*/
.pro_box{ margin-bottom:30px;}
.pro_box .item{ float:left; margin-right:15px; width: 32.457%;}
.pro_box .item:nth-child(3n){ margin-right:0;}
.pro_box .item .img{ overflow:hidden;}
.pro_box .item .img:hover img{ transform: scale(1.05);}
.pro_box .item .info{ padding:30px 30px; line-height:160%; background:#e8f1f9; color:#666;}
.pro_box .item .info .name a{ font-size:14px; padding-bottom:10px; display:block; font-weight:bold;}
.pro_box .item .info .lost{ font-size:12px; margin-bottom:16px;}
.pro_box .item .info .more{ font-size:12px; padding:9px 20px; border:#ccc 1px solid;}

.pro_more{ text-align:center;}
.pro_more a{ border-bottom:#CCC 1px solid; padding:9px 0px; background:#FFF; font-size:14px; color:#666;}
.pro_more a:hover{ text-decoration:none; color:#F00;}


/*首页客户案例*/
.homecase{ background:#e8f1f9 url(../images/mapbg.png) no-repeat center center; padding:70px 0 100px 0;}
.homecase .bigtitle .text{ margin-bottom:0;}
.casebox .pp01{ position:absolute;}
.casebox .blueline{ position:relative; width:4px; height:30px; background:#049fd8; top:60px;}
.casebox .redline{ position:relative; width:4px; height:30px; background:#ff0000; top:60px;}

.casebox{}
.casebox .caseitem{ background:rgba(255,255,255,0.8); }
.casebox .caseitem ul{ padding:60px 120px 20px 120px;}
.casebox .caseitem li{ float:left; text-align:center; width:14%; margin-bottom:40px;}
.casebox .caseitem li p{ font-size:12px; color:#666;}
.casebox .caseitem li .khlogo{ height:55px; display:flex; align-items:center;}
.casebox .caseitem li .khlogo img{ margin:0 auto;}

.caseitem .casebgtel{ padding:30px 40px; background:rgba(4,159,216,0.8) url(../images/zbg1.jpg) repeat center top;}
.caseitem .casebgtel .text_case{ color:#FFF; font-size:14px; float:left; width:50%; text-align:left; line-height:160%;}
.caseitem .casebgtel .text_case span{ font-family:Verdana, Geneva, sans-serif; font-size:17px; font-weight:bold; text-decoration:underline;}
.caseitem .casebgtel .more_case{ float:right;}
.caseitem .casebgtel .more_case a{ border:rgba(255,255,255,0.4) 1px solid; padding:10px 20px; color:#fff; font-size:12px; background:#049fd8;}


/*首页新闻动态*/
.newstitle{ border-bottom:#e8f1f9 1px solid; padding-bottom:31px;}
.newstitle h3{ float:left; font-size:22px; text-align:left; color:#5d6a76;}
.newstitle a{ float:right; border:#CCC 1px solid; padding:7px 15px; background:#FFF; font-size:12px; color:#666;}

.newsleft{ float:left; width:47%; margin-right:60px;}
.newsleft .top_news{ padding-top:40px; padding-bottom:50px; border-bottom:#e8f1f9 1px solid;}
.newsleft .top_news .name{ font-size:18px; text-align:left; margin-bottom:15px;}
.newsleft .top_news .name a{ color:#333f4b;}
.newsleft .top_news p{ color:#666; font-size:14px; text-align:left; padding-top:5px; line-height:180%;}
.newsleft .top_news .more_news{ margin-top:40px;}
.newsleft .top_news .more_news a{ background:#049fd8; padding:10px 20px; color:#FFF; font-size:12px;}

.newsleft .box_news{ padding-top:40px;}
.newsleft .box_news li{ line-height:160%;}
.newsleft .box_news li a{ font-size:14px; color:#333f4b;}

.newsright{ float:right; width:47%;}
.newsright .item_news{ padding-top:40px;}
.newsright .item_news .news_img{}
.newsright .item_news .news_img img{ height:260px; width:100%; display:block;}
.newsright .item_news .info{ padding:30px 40px;  background:#e8f1f9;}
.newsright .item_news .info .name{ font-size:18px; text-align:left; margin-bottom:12px;} 
.newsright .item_news .info .name a{ color:#333f4b;}
.newsright .item_news .info .text{ font-size:13px; text-align:left; padding-top:5px; line-height:160%; color:#666;}


/*首页底部*/
#footer{ background:#333f4b; padding:70px 0; font-family: "Arial", "Arial", "Verdana", "sans-serif";}
.footer{ padding-bottom:70px;}
.footer .foot_left{ float:left; width:28%; color:#99afc2; font-size:13px; line-height:160%;}
.footer .foot_left .logobottom{ margin-bottom:20px;}
.footer .foot_left .namebottom{ border-bottom:#3b4b5a 1px solid; border-top:#3b4b5a  1px solid; padding:15px 0px;}
.footer .foot_left .namebottom h4{ color:#FFF; font-weight:bold; font-weight:bold; font-size:14px;}
.footer .foot_left .namebottom p{ color:#99afc2; font-weight:bold; font-size:12px;}
.footer .foot_left .contactbottom{ margin-top:20px;}

.foot_right{ float:right; width:72%;}
.foot_right dl{ float:left; width:20%; text-align:right;}
.foot_right dl dt{ font-size:15px; padding-bottom:10px; color:#FFF;}
.foot_right dl dd a{ padding-top:5px; line-height:180%; color:#99afc2; font-size:14px;}

.foot_suoyin{ padding-bottom:30px;}
.foot_suoyin ul li{ float:left; font-size:12px; padding-right:10px;}
.foot_suoyin ul li：last-child{ padding-right:0;}
.foot_suoyin ul li a{ color:#ddd;}

.foot_copy{ font-size:13px; color:#99afc2; padding-top:30px; border-top:#53616d 1px solid;}
.foot_copy .bluebox{ background:#049fd8; padding:10px 20px; color:#FFF; font-size:14px; margin-left:5px;}

/*——————————内页分割线——————————*/
.inbanner { height: 300px; background-image:url(../images/inbanner.jpg); background-repeat: no-repeat; background-position: center; background-size: cover; }


.innav { line-height: 34px; padding: 16px 0; background: #e8f1f9; }
.innav .hd { float: left; font-size: 18px; font-weight: bold; color: #666; }
.innav .hd img { height: 18px; margin-right: 10px; display: inline-block; vertical-align: middle; }
.innav .bd { float: right; }
.innav .bd .bul {  }
.innav .bd .bul .bli { float: left; margin-left: 10px; }
.innav .bd .bul .bli .ba { font-size: 15px; text-decoration: none; display: block; padding: 0 20px; background: #fff; border-radius: 20px; }
.innav .bd .bul .bli.on .ba { background: #0668b0; color: #fff; }

.inpage { padding: 60px 0; background: #fff; }
.inpage .hd { margin-bottom: 30px; text-align: center; }
.inpage .hd .nam { font-size: 32px; color: #0668b0; margin-bottom: 5px; }
.inpage .hd .txt { font-size: 14px; color: #666; }
.inpage .bd { font-size: 16px; line-height: 30px; color: #333; }
.inpage .bd p { margin-bottom: 20px; }
.inpage .bd h3 { margin-bottom: 30px; padding: 10px 20px; background: #e8f1f9; font-weight: bold; border-radius: 6px 6px; font-size: 18px; line-height: 36px; position: relative; }
.inpage .bd h3:before { content: ''; display: block; width: 4px; height: 22px; background: #0668b0; position: absolute; left: 0; top: 50%; margin-top: -11px; }
.inpage .bd ul.ss {  }
.inpage .bd ul.ss li:before { content: '·'; margin-right: 10px; font-weight: bold; color: #0668b0; }
.inpage .bd img { max-width: 100%; }

.commontit { text-align: center; color: #666; margin-bottom: 50px; }
.commontit .tit { line-height: 48px; font-size: 24px; text-transform: uppercase; font-weight: bold; }
.commontit .txt { line-height: 22px; font-size: 14px; }
.commontit .en { line-height: 22px; font-size: 14px; text-transform: uppercase; }

.about_img{ margin-bottom:30px;}
.about_img li{ float:left; width:48%; margin:5px 10px;}

.about_service{}
.about_service li{ float:left; width:20%; text-align:center; margin:0 6%;}
.about_service li h4{ font-size:16px; font-weight:bold; margin-top:10px; color: #1657a7;}
.about_service li p{ font-size:14px; text-align:left; color:#999;}

.conmap{ float:right; border:5px solid #ddd;}

.newslist { margin-bottom: 0px; }
.newslist .item { width: 49%; float: left; margin-right: 2%; margin-bottom: 20px; box-sizing: border-box; border: 6px solid #dedede; -webkit-transition: all .4s; transition: all .4s; background: #fff; padding: 30px; }
.newslist .item:nth-child(2n) { margin-right: 0; }
.newslist .item:hover { -webkit-box-shadow: 0 15px 30px rgba(0,0,0,0.1); box-shadow: 0 15px 30px rgba(0,0,0,0.1); -webkit-transform: translate3d(0, -2px, 0); transform: translate3d(0, -2px, 0); }
.newslist .item .time { font-size: 12px; line-height: 20px; margin-bottom: 10px; color: #999; text-transform: uppercase; }
.newslist .item .time .split { margin: 0 10px; color: #ccc; }
.newslist .item .name { font-size: 18px; line-height: 28px; margin-bottom: 25px; height: 28px; overflow: hidden; }
.newslist .item .name a { color: #111; overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.newslist .item .name a:hover { color: #0668b0; }
.newslist .item .text { color: #777; font-size: 14px; line-height: 24px; height: 72px; overflow: hidden; margin-bottom: 16px; }
.newslist .item .link { overflow: hidden; margin-bottom: -12px; }
.newslist .item .link a { width: 24px; height: 24px; display: block; background: url(../img/hb01img01s.png) no-repeat center; float: left; }
.newslist .item .link a.l02 { float: right; background-image: url(../img/hb01img02s.png); }

.newstitle01 { font-size: 24px; text-align: center; line-height: 30px; margin-bottom: 5px; word-break: break-all; }
.newsinfo { font-size: 12px; text-align: center; line-height: 30px; color: #999; }
.newsinfo .author, .newsinfo .time { margin: 0 5px; }
.newsmaincon { margin: 20px 0; }
.newsmaincon p { margin-bottom: 20px; text-align: justify; }
.newsmaincon img { max-width: 100%; }
.newsmaincon video { height: 60vh; }
.newsmaincon h3 { font-size: 20px; font-weight: normal; color: #3593dd; line-height: 30px; padding: 5px 20px; border-radius: 20px; margin-bottom: 20px; margin-top: 40px; }
.newsmaincon.spimg h4 { background: #f1f1f1; padding: 20px; border-top: 1px solid #dedede; border-bottom: 1px solid #dedede; font-size: 16px; line-height: 30px; text-align: left; }
.newsmaincon .dou { margin-bottom: 20px; }
.newsmaincon .dou02 { overflow: hidden; }
.newsmaincon .dou02 li { width: 50%; float: left; }
.newsmaincon .dou li:before { content: '·'; color: #0f40b6; font-weight: bold; margin-right: 10px; }

.newsbackline { line-height: 30px; border-top: 1px solid #dedede; padding-top: 10px; margin: 30px 0 30px; }
.newsbackline ul { width: 100%; }
.newsbackline ul li { width: 33.333333%; float: left; text-align: center; display: block; height: 33px; }
.newsbackline ul li a { display: inline-block; width: 120px; border-width: 1px; border-style: solid; border-color: #dedede; text-decoration: none; color: #666; font-size: 12px; }
.newsbackline ul li a:hover { border-color: #323e4a; color: #323e4a; }
.newsbackline ul li.prev { text-align: left; }
.newsbackline ul li.prev a { text-align: center; }
.newsbackline ul li.next { text-align: right; }
.newsbackline ul li.next a { text-align: center; }

.probg .nn_nav { text-align: center; margin-bottom: 50px; background: #f1f1f1; padding: 20px 0; }
.probg .nn_nav a { line-height: 28px; padding: 0 20px; display: inline-block; font-size: 14px; }
.probg .nn_nav a.on { color: #0668b0; font-weight: bold; }
.probg .pro_box .item{ margin-bottom:15px;}

.honorlist{}
.honorlist .item { width: 30%; float: left; margin: 0 55px 30px 0; box-sizing: border-box; -webkit-transition: all .4s; transition: all .4s; }
.honorlist .item:nth-child(3n) { margin-right: 0; }
.honorlist .item .pic{ text-align:center; border: 8px solid #943838;}
.honorlist .item .pic img{ width:100%; display:block;}
.honorlist .item .name{ font-size:16px; text-align:center; color:#333;}

.caseguy{ overflow: hidden;}
.caseguy li{
	float: left;
    border-radius: 30px;
    padding: 20px 90px;
    text-align: center;
    box-shadow: 0px 2px 10px #888888;
    margin: 20px;
    display: flex;
    vertical-align: middle;
}

.aa li{ float:left; margin-right:30px; margin-bottom:15px; width:22%; text-align:center; font-size:14px;}


@media (max-width: 1140px){
	.wrapper { padding:0 20px; box-sizing:border-box; width:100%;}
	.container{ padding: 0 20px; box-sizing:border-box; width:100%;}
	.nav{ float:left; width:100%;}
	.nav ul .nLi{ padding: 18px 25px;}
	.seabox{ margin:19.5px 0 0 0;}
	.header .logo{ padding:30px 0 0 0;}
	.abi_box .abibox1{ width: 47.6%;}
	.pro_box .item{ width:32.4%;}
	.caseguy li{ padding:20px 82px;}
}

@media (max-width: 1024px){
	.abi_box .abibox1{ width:48.6%;}
	.abi_box .fr{ width:50%;}
	.pro_box .item{ margin-right:13px;}
	.caseitem .casebgtel .text_case{ width:58%;}
	.newsleft{ margin-right:50px;}
	.honorlist .item{ margin:0 48px 30px 0;}
	.about_img li{ width:47.5%;}
}

@media (max-width: 768px){
	.topbar{ display:none;}
	.a_m{ display:block;}
	.nav{ display:none;}
	.header .logo{ padding:30px 0;}
	.seabox{ display:none;}
	.bannerslide .swiper-slide{ height:280px;}
	.nn_menu a{ margin-bottom:10px;}
	.abi_box .abibox1{ width:100%; height:322px; margin-bottom:10px;}
	.abi_box .fr{ width:100%;}
	.homebackground{ height:960px;}
	.homebackground .bg01{ width:100%; box-sizing:border-box;}
	.homebackground .bg01 .bg_box{ top:18%;}
	.homebackground .bg02{ width:100%; box-sizing:border-box;}
	.pro_box .item{ width:100%; margin-bottom:20px;}
	.casebox .caseitem li{ width:33.33%;}
	.casebox .caseitem ul{ padding:60px;}
	.newsleft{ width:100%;}
	.newsright{ width:100%; margin-top:20px;}
	.newsright .item_news .news_img img{ height:auto;}
	.foot_suoyin{ display:none;}
	.foot_right{ width:100%;}
	.footer .foot_left{ display:none;}
	.foot_right dl{ text-align:center;}
	.foot_copy .fr{ display:none;}
	
	.about_img li{ width:47%;}
	.inbanner{ background-position:12%; height:200px;}
}

@media (max-width: 510px){
	.footer{ display:none;}
	.foot_right{ display:none;}
	.innav .bd .bul .bli{ margin-bottom:10px;}
	.innav .hd{ display:none;}
	.about_service li{ width:100%; margin:0;}
	.about_img li{ width:44%;}
	.newslist .item{ width:100%;}
	.inpage .bd .fr{ float:none;}
	.aa li{ width:44%; margin-right:20px;}
	.honorlist .item .pic{ border:3px solid #943838;}
	.honorlist .item{ margin:0 16px 30px 0;}
}

@media (max-width: 420px){
	.casebox .caseitem li{ width:50%;}
}
